object Dlg_progress: TDlg_progress Left = 300 Top = 287 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Progress' ClientHeight = 111 ClientWidth = 375 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object L_status: TLabel Left = 56 Top = 36 Width = 3 Height = 13 end object L_current: TLabel Left = 363 Top = 36 Width = 3 Height = 13 Alignment = taRightJustify end object L_command: TLabel Left = 56 Top = 56 Width = 3 Height = 13 end object Gauge: TW95Meter Left = 58 Top = 84 Width = 231 Height = 16 SegmentWidth = 6 Percent = 100 Margin = 3 end object SB_hide: TSpeedButton Left = 8 Top = 84 Width = 33 Height = 16 Hint = 'Minimize this window' Flat = True ParentShowHint = False ShowHint = True OnClick = SB_hideClick end object ImgAcc: TImage Left = 16 Top = 8 Width = 16 Height = 16 Transparent = True end object Bevel1: TBevel Left = 8 Top = 27 Width = 361 Height = 2 end object L_account: TLabel Left = 56 Top = 8 Width = 3 Height = 13 end object L_server: TLabel Left = 364 Top = 8 Width = 3 Height = 13 Alignment = taRightJustify end object Animating: TGIFAnimator Left = 8 Top = 32 Width = 41 Height = 41 Animate = True end object BtnCancel: TButton Left = 304 Top = 82 Width = 65 Height = 21 Caption = 'Cancel' ModalResult = 2 TabOrder = 0 OnClick = BtnCancelClick end object Language: TLanguage LangCenter = DM_Language.LangCenter ResStrings.Strings = ( '0010=Sending' '0011=Receiving' '0012=Waiting for dial up network ready...' '0013=Totally received %D messages.') Left = 200 Top = 40 end object FormEx1: TFormEx Left = 272 Top = 40 end end